DisplayMemberPath Property (MultiSelect<T>)
In This Topic
Gets or sets the name of the property to use as the visual representation of the items.
Syntax
'Declaration
<JsonAttribute(1)>
Public Property DisplayMemberPath As String
[Json(1)]
public string DisplayMemberPath {get; set;}
See Also